<!-- THREE STEPS TO INSTALL NO ENTRY: 1. Paste the coding into the HEAD of your HTML document 2. Put the last code into the BODY of your HTML document 3. Change the form's ACTION to point to your Form Mail CGI-Script --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The Total Java Scripts 99!! http://javascriptsource.com --> <!-- Begin function noEntry() { mt=document.isn.empty.value; if ((mt.length<1)||(mt.substring(0,6)=="******")) { alert("I'm sorry. This entry must be " +"completed before I can submit this form" +" for processing."); document.isn.empty.value="******Please Complete This Entry"; document.isn.empty.focus(); } return true; } // End --> </SCRIPT> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <FORM NAME="isn" ACTION="/cgi-bin/your-form-processor.pl"> <DIV ALIGN=CENTER><INPUT TYPE="text" NAME="empty" SIZE=40 VALUE=""><BR> <INPUT TYPE="button" NAME="empty1" VALUE=" Submit " onClick="noEntry()"> </DIV> </FORM> <!-- STEP THREE: Change the form's ACTION to point to your Form Mail CGI-Script --> <!-- Script Size: 1.00 KB -->
1998 Copyright (C) Next Step Software All Rights Reserved